Fox's Git Mirrors
Node / rns-mirrors / Reticulum-Go.git / files / examples / pageserver / vendor / github.com / mdlayher / socket / typ_cloexec_nonblock.go
Displaying Raw • Download
examples/pageserver/vendor/github.com/mdlayher/socket/typ_cloexec_nonblock.go 9eb1d8a4a2c2fa7c16a4586f6227eaf9f617c5cc (9eb1d8a4) Text, 243 B
//go:build !darwin
// +build !darwin
package socket
import "golang.org/x/sys/unix"
const (
// These operating systems support CLOEXEC and NONBLOCK socket options.
flagCLOEXEC = true
socketFlags = unix.SOCK_CLOEXEC | unix.SOCK_NONBLOCK
)
Served by rngit 1.5.2 - Generated in 0.02s